:root{
  /* --first_color:#66ccff; */
}
h2,p{word-break: break-word}

.botmenu{ text-align: center !important; background: var(--first_color);}
.online dl{background:var(--first_color);padding:10px 5px;margin-bottom:1px;position:relative}
.online dl:hover{background:var(--first_color)}
.online dl dt button{margin:10px 0;border:none;border-radius:5px;width:100%;font-size:18px;height:40px;line-height:40px;background:var(--first_color);color:#fff;cursor:pointer}

a{color:#333;}
a:focus,
a:hover{color: var(--first_color);}
.flex-row{display: flex;flex-wrap: wrap;}
.flex-item-center{align-items: center;}
.text-center{text-align: center;}
.text-right{text-align: right;}
.text-1len{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.text-2len{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;}
.text-3len{overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;}
.text-4len{overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;text-overflow:ellipsis;-webkit-box-orient:vertical;}
.text-5len{overflow:hidden;display:-webkit-box;-webkit-line-clamp:5;text-overflow:ellipsis;-webkit-box-orient:vertical;}
.text-6len{overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;text-overflow:ellipsis;-webkit-box-orient:vertical;}
.sw_banner{width: 1920px;max-width: 100%;}
.sw_banner .swiper-pagination-bullet{background: #fff;border: 2px solid var(--first_color); width: 12px;height: 12px;}
.sw_banner .swiper-pagination-bullet-active{background-color: var(--first_color)!important;border: 2px solid transparent;}
.clearfix::after{display: table;clear: both;content: '';}
p{margin-bottom: unset;}
.navbar-default .navbar-nav .nav-link:focus{background: unset;}
:focus{outline: unset;}
* + p,
p + *,
p + p{margin-top: unset;}
@media (min-width: 992px){
  * + p {margin-top: unset;}
}
.zoom_img{overflow: hidden;}
.zoom_img img{transition: all .6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;}
.zoom_img:hover img{transform: scale(1.1);transition: all .30s ease;}
/* 1200 */
/* .container{max-width: 1230px;}
@media (min-width: 1600px){
  .container{width: 1230px;}
} */
.container{max-width: 1178px;}
@media (min-width: 1600px){
  .row > [class*='col-']{padding-left: 1rem;padding-right: 1rem;}
  .row{margin-left: -1rem;margin-right: -1rem;}
}
/* 顶部 */
.nav_top{padding: 1.5rem 2rem 1.5rem 5rem;width: 100%;background: linear-gradient(72deg,#fff 25px,var(--first_color) 25px,var(--first_color) 10000px,#fff 30px);}
.nav_top_text1{font-size: 16px;font-family: "Microsoft YaHei";color: #fff;}
.nav_top_text1:hover{ color: #fff;} 
.nav_top_right{display: flex;justify-content: flex-end;align-items: center;}
.nav_lang{border: 1px solid #fff;}
.nav_top_text2{font-size: 14px;color: #fff;padding: 3px 5px;display: inline-block;}
.nav_top_text2.active{background-color:#fff;color: #444;}
/*顶部*/
.sw_banner{background: #fff;--swiper-navigation-color: var(--first_color);}
.sw_banner a{display: block;}
/* max-width:567px max-width:768px max-width:992px max-width:1200px */
/* // Small devices (landscape phones, 576px and up) sm*/
@media (min-width: 576px) {  }

/* // Medium devices (tablets, 768px and up) md*/
@media (min-width: 768px) {  }

/* // Large devices (desktops, 992px and up) lg*/
@media (min-width: 992px) {  }

/* // Extra large devices (large desktops, 1200px and up) xl*/
@media (min-width: 1200px) {  }

/* header1 */
.header1{ position: relative;}
.header1::before{ position: absolute; left: 0; right: 0; margin: 0 auto; top: 0; background: url("../images/site/nav_bg.jpg") repeat-y center center; width: 100%; height: 100%;}
.header1 .header_mid_left{padding-right: 28px;}
.header1 .header_mid_mid{flex-wrap: wrap;background:#fff}
.header1 .header_mid_mid ul{padding-left: 60px;width: 100%;position: relative;}
.header1 .header_mid_mid ul::after{ width: 100%; height: 100%; position: absolute; right: -99%; top: 0; background: #fff; content: "";}
.header1 .header_mid_mid ul li{width: 100%;text-align: center;}
.header1 .header_mid_mid ul li a.biga{font-size: 14px;padding: 24px 0;color: #444;} /* pc一级文本 */
.header1 .header_mid_mid ul li a.biga:hover, 
.header1 .header_mid_mid ul li a.biga.action, 
.header1 .header_mid_mid ul li a.bigaon{color: var(--first_color);}/* pc选中文本 */
.header1 .header_mid_mid ul li a.biga:before{bottom: 0;height: 1px;background-color: var(--first_color);}/* pc选中文本线 */
.header1 .header_mid_mid ul li a.biga.down:after,
.header1 .header_mid_mid ul li a.biga.down:hover:after, 
.header1 .header_mid_mid ul li a.biga.down.action:after, 
.header1 .header_mid_mid ul li a.down.bigaon:after{background-color: #fff;}
.header1 .header_mid_mid ul li dl dd a{font-size: 14px;}/* pc二级文本 */
.header1 .header_mid_mid ul li dl dd p a span{font-size: 14px;}/* pc三级文本 */
@media screen and (max-width:1024px) {
  header.header1{background-color: #fff;}
  .header1 .site__navi .icon,
  .header1 .site__navi .icon:before,
  .header1 .site__navi .icon:after{background: var(--first_color);}
}
/* header1 */

/*搜索*/
.index_search{background-color: #f5f5f5;position: relative;}
.index_search_text{}
.index_search_text span{font-size: 18px;color: #444;}
.index_search_text a{font-size: 18px;color: #444;}
.index_search_right{background-color: #0f314a;position: relative;}
.index_search_right::after{content: '';position: absolute;width: 1000%;height: 100%;left: 100%;background-color: #0f314a;top: 0;}
.index_search_form{margin: 16px 0; border-radius: 30px;max-width: 100%;overflow: hidden;border: 1px solid var(--first_color);}
.index_search_form .form-group{margin-bottom: unset;}
.index_search_input{
  background-color: #fff;
  font-size: 12px;
  color: #666;
  height: 32px;
  padding: 0 .929rem!important;
}
.index_search_input::-webkit-input-placeholder{color: #999;}
.index_search_input::-moz-placeholder{color: #999;}
.index_search_input:-ms-input-placeholder{color: #999;}

.index_search_btn{
  border-radius: unset!important;
  font-size: 14px;
  color: #fff;
  height: 32px;
  padding: 0 .929rem!important;
  background-color: var(--first_color);
}
.index_search_i{
  margin: auto;
}

@media (max-width: 767px){
  .index_search_form{width: 100%}
}
@media (min-width: 768px){
  .input-group-btn .index_search_btn{}
}
/*搜索*/

/* product5 */
.index_product5{ padding-top:60px; padding-bottom: 50px;}
.index_product5 .container{ display: flex; flex-direction: row; justify-content: space-between; align-items: center;}
.product5{ width: 882px; height: auto;}
.product-item{ display: flex; flex-direction: row; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.product-item-left{ width: 360px;}
.product-item-left img{ border: 1px solid #dcdcdc;} 
.product-item-right{ width: 480px; padding-right: 20px;}
.product-item-title1{ font-size: 24px; color: #444; font-weight: bold;}
.product-item-title2{ font-size: 8px; color: #888; text-transform: uppercase;}
.product-item-line{ width: 100%; height: 1px; background-color: #dcdcdc; margin: 24px 0px;}
.product-item-description{ font-size: 14px; color: #888; line-height: 24px; margin-bottom: 30px;}
.product-item-special{ height: 35px; background: url("../images/site/more.jpg") no-repeat left top; display: flex; flex-direction: row; justify-content: space-between; align-items: center;}
.product-item-more{ font-size: 18px; color: #888; text-transform: uppercase; padding-left: 120px; line-height: 35px;}
.product-item-num{ font-size: 46px; color: var(--first_color); font-weight: bold;}
.product-item-title3{ text-align: center; font-size: 16px; color: #888; letter-spacing: 18.6px; padding-top:30px;}
.product5_thumbs{ width: 266px; height: auto;}
.product5_thumbs .swiper-wrapper{ display: flex; flex-direction: column; justify-content: center; align-items: center; flex-wrap: wrap;}
.product5_thumbs .swiper-slide{ border: 1px solid #dcdcdc; width: 100% !important; height: 83px; line-height: 83px; text-align: center; font-size: 18px; color: #444; cursor: pointer;}
.product5_thumbs .swiper-slide.swiper-slide-thumb-active{ background:url("../images/site/product_icon2.png") no-repeat 56px center var(--first_color); color: #fff; }

@media (max-width: 767px){
  .product5{ width: 100%;}
  .index_product5 .container{ flex-direction: column;}
  .index_product5 .product-item{ flex-direction: column;}
  .product-item-left{ width: 100%;}
  .product-item-right{ width: 100%;}
  .product-item-title3{ letter-spacing: 1px;}
  .product5_thumbs{ width: 100%; padding-top: 30px;}
  .product5_thumbs .swiper-wrapper{ flex-direction: row; flex-wrap: nowrap;}
  .product5_thumbs .swiper-slide{ width:30% !important;}
  .product5_thumbs .swiper-slide.swiper-slide-thumb-active{ background: var(--first_color);}
  .product-item-right{ padding-top: 30px;}
}
@media (min-width: 768px) and (max-width: 991px){
  .product5{ width: 100%;}
  .index_product5 .container{ flex-direction: column;}
  .index_product5 .product-item{ flex-direction: column;}
  .product-item-left{ width: 100%;}
  .product-item-right{ width: 100%;}
  .product-item-title3{ letter-spacing: 1px;}
  .product5_thumbs{ width: 100%; padding-top: 30px;}
  .product5_thumbs .swiper-wrapper{ flex-direction: row; flex-wrap: nowrap;}
  .product5_thumbs .swiper-slide{ width:30% !important;}
  .product5_thumbs .swiper-slide.swiper-slide-thumb-active{ background: var(--first_color);}
  .product-item-right{ padding-top: 30px;}
}
@media (max-width: 1024px){

}

/*产品2*/
.index_product2{ padding-bottom: 96px;}
.index_product2 .index_product_item_img{position: relative;max-width:400px;}
.index_product2 .index_product_item_img img{width: 100%;border: 1px solid #ccc;left: 0;}

.index_product2 .index_product_text{font-size: 16px;color: #444;text-align: left; padding: 0 0.5rem ;line-height: 40px; border-bottom: 1px solid #dcdcdc; background: url("../images/site/product_icon3.png") no-repeat right center;}
.index_product2 .index_product_text:hover{ background: url("../images/site/product_icon3_hover.png") no-repeat right center;}
.index_product2 .index_product_item:hover .index_product_text{color: var(--first_color);}

.index_product2 .swiper_button_prev_product{background: url(../images/product_left.png) no-repeat center;left: -3%;}
.index_product2 .swiper_button_prev_product::after{display: none;}
.index_product2 .swiper_button_prev_product.swiper-button-disabled{background: url(../images/product_left.png) no-repeat center;}
.index_product2 .swiper_button_next_product{background: url(../images/product_right.png) no-repeat center; right: -3%;}
.index_product2 .swiper_button_next_product::after{display: none;}
.index_product2 .swiper_button_next_product.swiper-button-disabled{background: url(../images/product_right.png) no-repeat center;}
@media (max-width: 767px){
  .index_product2{padding: 20px 0;}
}
@media (min-width: 768px) and (max-width: 991px){

}
@media all and (min-width: 1281px){

}
/*产品2*/
/* product5 */



/* phone */
.index_phone{width: 100%;padding: 60px 0;display: flex;align-items: center;;background-image: url('../images/site/service_bg.jpg');background-size: cover;position: relative;}
.index_phone::after{content: '';width: 100%;height: 100%;position: absolute;background: linear-gradient(130deg,transparent 55%,var(--first_color) 55%);}
.index_phone .index_phone_box{display: flex;}
.index_phone .index_phone_box>div{width: 50%;color: #fff;}
.index_phone .index_phone_title1{font-size: 36px;font-weight: bold;position: relative; z-index: 2;}
.index_phone .index_phone_title1::after{ content: ""; width: 112px; height: 6px; background-color: var(--first_color); position: absolute; left: 0; bottom: 3px; z-index: 0;}
.index_phone .index_phone_title2{font-size: 24px;font-weight: bold;}
.index_phone .index_phone_border{width: 100%;height: 2px;background-color: #828383;margin: 1rem 0;}
.index_phone .index_phone_text{font-size: 16px;}

.phone_box_text{ display: flex; flex-direction: row; justify-content: flex-end; align-items:  center; position: relative; z-index: 10;}
.phone_box_text1{ display: flex; flex-direction: row; justify-content: space-evenly; align-items: center; border: 1px solid #fff; border-radius: 30px; padding: 10px 30px; margin-bottom: 10px;}
.phone_box_text1_img{ padding: 0px 10px; }
.phone_box_text1_tel{ font-size: 24px; color: #fff; font-weight: bold;}
.phone_box_text2{ font-size: 21px; color: #fff; padding: 10px 30px; text-align: center; background-color: #ff8400; border-radius: 30px;}
.phone_box_text_right{ margin-left: 24px;}

@media all and (max-width: 767px) {
  .index_phone{padding: 20px 0;}
  .index_phone .index_phone_box{flex-direction: column;}
  .index_phone .index_phone_box>div{width: 100%;}
  .index_phone::after{display: none;}
  .index_phone .phone_box_right{justify-content: start;padding-top: 1rem;}
  .index_phone .index_phone_title1{font-size: 26px;}
  .index_phone .index_phone_title1::after{width: 80px;height: 4px;}
  .index_phone .index_phone_title2{font-size: 20px;}
  .index_phone .index_phone_text{font-size: 16px;}
  .index_phone .phone_box_text1_tel{ font-size: 16px;}
  .index_phone .phone_box_text2{ font-size: 18px;}
}
@media (min-width: 768px) and (max-width: 991px){
  .index_phone{padding: 20px 0;}
  .index_phone .index_phone_box{flex-direction: column;}
  .index_phone .index_phone_box>div{width: 100%;}
  .index_phone::after{display: none;}
  .index_phone .phone_box_right{justify-content: start;padding-top: 1rem;}
  .index_phone .index_phone_title1{font-size: 26px;}
  .index_phone .index_phone_title1::after{width: 80px;height: 4px;}
  .index_phone .index_phone_title2{font-size: 20px;}
  .index_phone .index_phone_text{font-size: 16px;}
}
/* phone */

/* index_ys2 */
.index_ys2{padding: 90px 0;}
.index_ys2_item{display: flex;justify-content: space-between;}
.index_ys2_img{width: 50%;}
.index_ys2_text{width: 50%;padding: 40px 30px 0 40px;position: relative;}

.index_ys2_bg{ display: flex; flex-direction: row; justify-content: flex-start; align-items: center; padding: 10px 0px;}
.index_ys2_text2d{ display: flex; flex-direction: column; justify-content: center; align-items: flex-start;}
.index_ys2_text1{font-size: 24px;color: #fff;font-weight: bold;background-color:var(--first_color);width: 42px;line-height: 42px;display: block;text-align: center;}
.index_ys2_text2{font-size: 24px;color: #444;font-weight: bold; margin-left: 15px; padding-top: 5px;}
.index_ys2_text3{font-size: 12px;color: #888;margin-bottom: 10px; margin-left: 15px;}
.index_ys2_text4{font-size: 16px;color: #888; line-height: 24px; margin-top: 20px;}
.index_ys2_item:nth-child(1) .index_ys2_text{background-color: #fff;}
.index_ys2_bg{ background: url("../images/site/adv_text_bg.png") no-repeat left center;}

@media all and (max-width: 767px) {
  .index_ys2{padding: 20px 0;}
  .index_ys2_img{display: none;}
  .index_ys2_text{width: 100%;padding: 20px;}
  .index_ys2_box{background: unset;}
  
}
@media (min-width: 768px) and (max-width: 991px){
  .index_ys2_img img{ object-fit: cover; height: 100%;}
  .index_ys2_text{ padding: 20px;}
}
@media all and (min-width: 768px){
  
}
/* index_ys2 */

/* about4 */
.index_about4{ background-color: #1172bf; height: 881px; background-color: #f5f5f5; position: relative;}
.index_about4_part1{ width: 68px; height: 881px; background-color: var(--first_color); position: absolute; left: 0; top: 0; z-index: 2; display: flex; flex-direction: column; justify-content: flex-start; align-items: center;}

.index_about4_part1 .about4_font{ font-size: 24px; color: #fff; color: #fff; font-weight: bold; writing-mode: vertical-rl; text-transform: uppercase; padding-top: 40px;}

.index_about4_part2{ position: absolute; left: 50%; top: 0px; z-index: 1;}

.index_about4_maincontent{ padding-top: 96px;}
.index_about4_maincontent_part1{ background: url("../images/site/theme_line.png") no-repeat left top;}
.index_about4_maincontent_part1_text1{ font-size: 36px; color: #444; font-weight: bold; text-transform: uppercase; position: relative; padding-left: 15px;}
.index_about4_maincontent_part1_text2{ font-size: 14px; color: #888; text-transform: uppercase; padding-bottom: 33px; padding-left: 15px;}
.index_about4_maincontent_part2{ width: 854px; height: 502px; background-color: #fff; position: relative; z-index: 10;}
.index_about4_maincontent_part2_ico{ padding-left: 45px; padding-top: 24px;}
.index_about4_maincontent_part2_contents{ padding-left: 45px; padding-top: 20px;}
.index_about4_maincontent_part2_contents_line_text1{ font-size: 24px; color: #444; font-weight: bold; text-transform: uppercase;}
.index_about4_maincontent_part2_contents_line_text2{ font-size: 12px; color: #888; margin-bottom: 25px;}
.index_about4_maincontent_part2_contents_line{ width: 100px; height: 4px; background-color: var(--first_color); margin-bottom: 23px;}
.index_about4_maincontent_part2_contents_content{ font-size: 16px; line-height: 24px; color: #888; text-align: left; width: 94%;}
.index_about4_maincontent_part2_contents_more a{ background-color: var(--first_color); padding: 5px 10px; color:#fff; border-radius: 30px; padding: 10px 20px;}

.index_about4_maincontent_part3{ display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding-top: 48px;}
.index_about4_maincontent_part3_item{ display: flex; flex-direction: column; justify-content: space-between; align-items: center;}
.index_about4_maincontent_part3_item_right_text1{ font-size: 24px; color: #444;}
.index_about4_maincontent_part3_item_right_text2{ font-size: 18px; color: #888;}

@media (max-width: 767px){

  .index_about4_maincontent_part2_ico{ padding-left: 15px; padding-top: 24px;}
.index_about4_maincontent_part2_contents{ padding-left: 15px; padding-top: 20px;}

  .index_about4{ height: auto; margin-bottom: 30px;}
  .index_about4_part1{ display: none;}
  .index_about4_part2{ position: static;}
  .index_about4_maincontent{ padding-top: 15px;}
  .index_about4_maincontent_part2{ width: 100%; height: auto; margin: 0; padding-bottom: 15px;}
  .index_about4_maincontent_part3,.index_about4_maincontent_part3_item{ flex-wrap: nowrap; }
  .index_about4_maincontent_part3_item_left img{ width: 75%;}
  .index_about4_maincontent_part3_item_right_text1{ font-size: 18px;} 
  .index_about4_maincontent_part3_item{ padding-top: 20px;}
  .index_about4_maincontent_part3_item_left{ text-align: center; margin: 0 auto;}
  .index_about4_maincontent_part3{ padding-bottom: 30px;}
}
@media (min-width: 768px) and (max-width: 991px){
  .index_about4{ height: auto; margin-bottom: 30px;}
  .index_about4_part1{ display: none;}
  .index_about4_part2{ position: static;}
  .index_about4_maincontent{ padding-top: 15px;}
  .index_about4_maincontent_part2{ width: 100%; height: auto; margin: 0; padding-bottom: 15px;}
  .index_about4_maincontent_part3,.index_about4_maincontent_part3_item{ flex-wrap: wrap; }
  .index_about4_maincontent_part3_item{ width: 25%; justify-content: flex-start; align-items: center; padding-left: 10px; padding-top: 20px;} 
  .index_about4_maincontent_part3{ padding-bottom: 30px;}
}
@media (max-width: 1024px){

}
/* about4 */


/* news */
.index_msg{padding: 90px 0;}
.index_top{ background: url("../images/site/theme_line.png") no-repeat left top; margin-bottom: 50px;}
.index_top_text{ padding-left: 15px; padding-top: 5px;}
.index_top_text1{ font-size: 36px; color: #444; font-weight: bold;}
.index_top_text2{ font-size: 14px; color: #888; letter-spacing: 5px; text-transform: uppercase;}

.index_msg .index_msg_item1{display: flex;align-items: center;}
.index_msg .index_msg_item1_left{flex-shrink: 0;margin-right: 1rem;}
.index_msg .index_msg_item1_title{display: flex;justify-content: space-between;align-items: center;}
.index_msg .index_msg_item1_title1{font-size: 18px;color: #444;}
.index_msg .index_msg_item1_time{font-size: 16px;color: #444;flex-shrink: 0;}
.index_msg .index_msg_item1_content{color: #888;margin: 1rem 0;}
.index_msg .index_msg_item1_more{background-color: #ffa312;color: #fff;line-height: 36px;width: 88px;text-align: center;font-size: 16px;}

.index_msg .index_msg_items{display: flex;flex-direction: column; margin-top: 10px;}
.index_msg .index_msg_item2{display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #ededed; padding: 4px 0px;}
.index_msg .index_msg_item2_left{display: flex;align-items: center;}
.index_msg .index_msg_item2_title{line-height: 40px;font-size: 16px;margin-left: 5px;}
.index_msg .index_index_msg_item_right{color: #888;flex-shrink: 0; font-size: 16px;}

.index_msg .index_msg_right{display: flex;flex-direction: column;}
.index_msg .index_msg_item3{display: flex;align-items: center;justify-content: space-between;background-color: #f5f5f5;padding: 0 12px;}
.index_msg .index_msg_item3_left{display: flex;align-items: center;}
.index_msg .index_msg_item3_title{line-height: 50px;font-size: 16px;color: #444;margin-left: 5px;}

.index_msg .news_h{display: none;}
.index_msg .index_msg_item3:hover .news_h{display: block;}
.index_msg .index_msg_item3:hover .news_b{display: none;}
.index_msg .index_msg_item3:hover{background-color: var(--first_color);}
.index_msg .index_msg_item3:hover .index_msg_item3_title{color: #fff;}
@media all and (max-width: 767px) {
  .index_msg{padding: 20px 0;}
  .index_msg .index_msg_item1{flex-direction: column;}
  .index_msg .index_msg_item1_left{margin-right: unset;order: 2;width: 100%;margin-top: 1rem;}
  .index_msg .index_msg_item1_left img{width: 100%;}
  .index_msg .index_msg_item1_right{order: 1;}
}
@media (min-width: 768px) and (max-width: 991px){
  .index_msg{padding: 60px 0;}
}
/* news */


/* 底部 */
footer{background: #f5f5f5;}
.foot_box{display: flex;flex-wrap: wrap;margin-top: 80px;align-items: flex-end;}
/* 1148 300 848 2613 7386 */
.foot_content{background-color: #004ba6;padding: 15px;width: 26.13%;margin-top: -80px;}
.foot_content > div{border: 1px solid #ccc;padding: 35px 20px;}
.foot_content_title1{font-size: 36px;color: #fff;font-weight: bold;}
.foot_content_title2{font-size: 14px;color: #fff; text-transform: uppercase; letter-spacing: 6.5px;}
.foot_content_title3{background-color: rgb(182, 215, 255);width: 194px;height: 1px;margin: 20px 0;display: inline-block;}

.foot_right{width: 73.86%;}
.foot_right_top{display: flex;justify-content: space-between;}
.foot_nav{display: flex;width: 70%;}
.foot_nav > div{padding: 0 30px 50px;border-right: 1px solid #ebebeb;width: 33%;}
.foot_nav_title{margin-bottom: .5rem;display: block;font-size: 16px; color:#444!important;}
.foot_nav_border{width: 21px;height: 1px;background-color: #ebebeb;margin: 10px 0;display: inline-block;}
.foot_nav_subtitle a{font-size: 14px;color: #888;display: block;}
.foot_nav > div:last-of-type{margin-right: unset;}

.foot_qr{display: flex;justify-content: flex-end;align-items: flex-start;}
.foot_qr img{max-width: 100%;width: 130px;}
.foot_qr_box{border: 1px solid #ebebeb;padding: 9px;}
.foot_qr_text{font-size: 16px;color: #fff;background-color: #004ba6;width: 30px;text-align: center;padding-top: 5px;writing-mode: vertical-lr;line-height: 30px;}

.foot_text_box{ line-height: 24px;}
.foot_text_item{display: flex;align-items: flex-start;min-width: 97%;margin-bottom: 15px;padding-right: 3%;}
.foot_icon{min-width: 22px;height: 23px;margin-right: .5rem;text-align: center;display: flex;justify-content: center;align-items: center;}
.foot_icon img{display: block;margin: 0 auto;}
.foot_text1{font-size: 14px;color: #fff;line-height: 23px;margin-top: 0;}
.foot_text_box , 
.foot_text_box a{color: #fff;}

.foot_copyright{padding: 0.7rem 50px;border-top: 1px solid #ebebeb; font-size: 16px; text-align: center;}
.foot_copyright , .foot_copyright a , .foot_copyright p{
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #333;
  /* text-align: center; */
  background-color: #f5f5f5!important;
}

.online i, .botmenu i{margin-right: .3rem;}
@media all and (max-width: 767px) {
  .foot_qr{justify-content: center;margin: 20px 0;width: 100%;}
  .foot_content{width: 100%;}
  .foot_right{width: 100%;}
}
@media (min-width: 768px) and (max-width: 991px){
  .foot_content{width: 40%;}
  .foot_right{width: 60%;}
  .foot_nav > div{padding: 0 20px 20px;}
  .foot_qr_text{padding-top: 5px;}
}
@media all and (min-width: 991px) {

}
/* 底部 */


@media all and (max-width: 767px) {
  .no_dis2 {display: none!important;}
}
@media (min-width: 768px) and (max-width: 991px){
	.no_dispad{display: none!important;}
}
@media all and (min-width: 991px) {
  .no_dis1{display: none;}
}

/* 内页 */
/* about */
.pages{padding: 30px 15px;}
.about_content{line-height: 1.5;font-size: 16px;}
.about_content p{margin-bottom: 10px;}
/* subnavlist */
.subnavlist .swiper-container .swiper-slide a.active,
.subnavlist ul li a:hover, 
.subnavlist ul li a:focus,
.subnavlist ul li a.active{color: var(--first_color);}
/* product news */
.productlist .card:before,
.newslist ul li:before{border-color: var(--first_color);}
.showproduct .tabs-custom .nav-item a.active{border-bottom-color: var(--first_color);}
.newslist ul li h4 a{display: block;}
.showproduct .tab-content{line-height: 1.5;font-size: 16px;}
.showproduct .tab-content p{margin-bottom: 10px;}
.showcase .tab-content{line-height: 1.5;font-size: 16px;}
.showcase .tab-content p{margin-bottom: 10px;}
@media (max-width: 767px){
  .newslist ul li.media .media-left{width: 35%;}
  .newslist .media-body{width: 65%;align-self: center;}
  .newslist ul li{padding: 10px 0;margin-bottom: 10px;}
}

/* 详情页右侧推荐 */
.showproduct .recommend ul li.item_block:hover:before,
.shownews .recommend ul li.item_block:before{border-color: var(--first_color);}
.showproduct .recommend ul li.item_block a:hover p.item_date span, .showproduct .recommend ul li.item_block a:hover .item_info,
.shownews .recommend ul li.item_block a:hover p.item_date span, .shownews .recommend ul li.item_block a:hover .item_info{color:var(--first_color)}

/* 分页器 */
.page-link, .page-num{color: #333;}
.page-link:hover,
.page-num:hover,
.page-num-current{background-color:var(--first_color);border-color:var(--first_color);color: #fff;}
.searchcomponent .btn-info{background-color:var(--first_color);border-color:var(--first_color)}
.searchcomponent .btn-info:hover{background-color:var(--first_color);border-color:var(--first_color)}
@media all and (max-width: 767px) {
  .searchcomponent .form-group{width: 75%;}
  .searchcomponent button{width:25%}
  .page-link[href], 
  .page-num[href]{color:var(--first_color)}

  .page-link[href]:hover,
  .page-num[href]:hover,
  .page-num-current[href]{background-color:var(--first_color);border-color:var(--first_color);color: #fff!important;}
}
/* product */
.showproduct .recommend ul li.item_block a p.item_date{min-width: 50px;}
.showproduct .recommend ul li.item_block a .item_info{max-width: unset;}
.showproduct .recommend ul li.item_block a .item_des{width: unset;}
.showproduct .recommend ul li.item_block a .item_img{max-width: 100%;width: 100%;text-align: center;}

/* job */
.joblist ul li{margin-bottom: 30px;padding-bottom: 30px;}
.joblist ul li:before{border-color: var(--first_color);}
.joblist ul li .des{line-height: 1.5;font-size: 16px;}
.joblist ul li .des p{margin-bottom: 10px;}
/* case */
.caselist .card:before{border-color: var(--first_color);}
.showcase .tabs-custom .nav-item a.active{border-bottom-color: var(--first_color);}

/* message */
.form-control:focus{border-color: var(--first_color);box-shadow: unset;}
.messagelist .btn-info:hover{background-color: var(--first_color);border-color: var(--first_color);}
.messagelist .btn-info{background-color: var(--first_color);border-color: var(--first_color);}

/* download */
.downloadlist ul li{padding-bottom: 30px;}
.downloadlist ul li:before{border-color: var(--first_color);}
.downloadlist .downloadbtn{color: var(--first_color);border-color: var(--first_color);}
.downloadlist .downloadbtn:hover{background-color: var(--first_color);border-color: var(--first_color);color: #fff;}
.btn-info:not(:disabled):not(.disabled):active:focus, 
.btn-info:not(:disabled):not(.disabled).active:focus, 
.show > .btn-info.dropdown-toggle:focus{box-shadow: unset;}
.btn-info:not(:disabled):not(.disabled):active, 
.btn-info:not(:disabled):not(.disabled).active, 
.show > .btn-info.dropdown-toggle{background-color: var(--first_color);border-color: var(--first_color);}
.btn-info:focus, .btn-info.focus{box-shadow: unset;}
.downloadlist ul li:hover p{margin-left: 15px;transition: all .30s ease;}

/* 产品 新闻推荐 */
.showproduct .recommend span.toptitle, .shownews .recommend span.toptitle {margin-bottom: 20px;}
.showproduct .recommend ul li.item_block {margin: 0 0;padding: 0 0;margin-bottom: 15px;}
.showproduct .recommend ul li.item_block a {display: block;width: 100%;}
.showproduct .recommend ul li.item_block a .item_img {width: 100%;max-width: unset;}
.showproduct .recommend ul li.item_block a .item_img img {width: 100%;height: auto;display: block;max-width: unset;}
.showproduct .recommend ul li.item_block a .item_link {width: 100%;padding: 0 0;margin-bottom: 10px;}
.showproduct .recommend ul li.item_block a .item_link p {padding: 0 0;}
.productlist .card .card-img{text-align: center;}
.shownews .recommend ul li.item_block a p.item_date,.showproduct .recommend ul li.item_block a p.item_date{width: 20%;}
.shownews .recommend ul li.item_block a .item_info,.showproduct .recommend ul li.item_block a .item_info{width: 78%;max-width: unset;}
.product-params-box{margin-top: 10px;}
.product-params{margin: 5px 0;}
@media(max-width:991px) {
  .showproduct .recommend ul li.item_block,.shownews .recommend ul li.item_block{width: 50%;}
  .showproduct .recommend ul li.item_block:nth-child(even),.shownews .recommend ul li.item_block:nth-child(even){padding-left:10px}
  .showproduct .recommend ul li.item_block:nth-child(odd),.shownews .recommend ul li.item_block:nth-child(odd){padding-right:10px}
  .shownews .recommend ul li.item_block a .item_des{width: 100%;}
}

/* tabber */
.botmenu {border-top: 1px #fff solid;}
.botmenu p {width: 100%;padding: 0 0;margin: 0 0;margin-top: 2px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.botmenu i {font-size: 24px;}

/* 新闻列表 */
.newslist ul li.media .media-left{width: 20%;}
.newslist ul li.media .media-body{width: 80%;}
.newslist h2,
.newslist p{word-break:break-all;}

/* 新闻 */
.shownews .content{line-height: 1.5;font-size: 16px;}
.shownews .content p{margin-bottom: 10px;}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before{color:var(--first_color)}
.showproduct .img-thumbnail-variant-2{width:100%}

.subnavlist .swiper-subnav .dropdown-item.active, 
.swiper-subnav .dropdown-item:active{color:var(--first_color);}